home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mac2pc.exe / MAC2PC.DOC next >
Text File  |  1991-07-08  |  2KB  |  63 lines

  1.                           MAC2PC.EXE By Paul Johnson
  2.  
  3.  
  4. Overview
  5. --------
  6.  
  7. MAC2PC converts Standard Midi Files from Macintosh format to PC format.   
  8.  
  9. It accomplishes this by removing a 128-byte header from the Mac files
  10. which is not needed, nor understood, by PC programs.  Converting
  11. from PC to Mac is a more involved process and is not performed by
  12. this program at the present time.
  13.  
  14. Operation
  15. ---------
  16.  
  17. To use MAC2PC, you must first have one or more Mac-format midi files on
  18. your PC (typically downloaded from Compuserve of a bulletin board).
  19.  
  20. Start the program by typing MAC2PC, and you will be prompted for the
  21. filename of a Mac-format file.  Alternatively, you can specify the
  22. filename on the DOS command line:
  23.    
  24.    MAC2PC filename.ext
  25.  
  26. If the file is not in the current drive or directory, be sure to supply the 
  27. full pathname.  MAC2PC checks that the file exists and that it is a Mac 
  28. midi file, then it converts the file.  
  29.  
  30. The resulting PC midi file is given the name of the original file, and the 
  31. original file is renamed to have a .MAC extension (ie., filename.MAC).
  32. NOTE - The PC-format file is created in the CURRENT DIRECTORY, not the
  33. directory the Mac file was located in (if different).
  34.  
  35. When the conversion is completed, the program returns to the DOS prompt.
  36.  
  37. That's all there is to it!
  38.  
  39. ----------------------------------------------------------------------------
  40.  
  41. Credits
  42. -------
  43.  
  44. This program was put together in an afternoon based on a suggestion and
  45. information provided by Rich Parker, Sysop of the Compuserve Midi Forum.
  46. It was written in Spectra Software's PowerBASIC.
  47.  
  48. Please report any problems or suggestions to the author:
  49.  
  50.                 Paul Johnson
  51.                 40 Mont Vernon Road
  52.                 Amherst, NH 03031
  53.                 Compuserve 73577,646
  54.  
  55. ***** This program is placed in the public domain by the author.  *****
  56. *****             Use it and share it freely!                     *****
  57.  
  58. ----------------------------------------------------------------------------
  59.  
  60. Revision history
  61. ----------------
  62.     v0.9 - Initial test release, 8-Jul-91, Compuserve MIDI Forum
  63.